Conversation
Following the final draft over at: https://bitbucket.org/ramsalt/readme-template/src
esolitos
left a comment
There was a problem hiding this comment.
Encoding issue must be updated for sure, the rest you can check. :)
|
@esolitos fixed the change requests |
|
The README should also be added to the |
|
@esolitos the requested changes are applied, we shall merge |
|
No, you should include it in the scaffolding info, see (here as example)[https://github.com/ramsalt/drupal-scaffold/blob/master/composer.json#L14]. The issue here is that we do not want to replace the |
|
@esolitos added the file mapping for the README, is that the correct way of handling this? |
| "drupal-scaffold": { | ||
| "file-mapping": { | ||
| "[project-root]/wodby.yml": "assets/wodby.yml", | ||
| "[project-root]/README.md": "assets/README.md", |
There was a problem hiding this comment.
That would overwrite the README every time drupal:scaffold runs. That needs to be prevented.
Following the final draft over at readme-template we can add a starter README file to all projects